HeaderContainsValue Method |
Determines whether the
Header contains a specific header value.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic bool ContainsValue(
string headerValue
)
Public Function ContainsValue (
headerValue As String
) As Boolean
Parameters
- headerValue
- Type: SystemString
A string represents header value.
Return Value
Type:
BooleanTrue if the
Header contains an element with the specified value; otherwise, false.
See Also